x86/iommu: add missing break
authorRoger Pau Monné <roger.pau@citrix.com>
Fri, 10 Feb 2017 09:42:47 +0000 (10:42 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Feb 2017 09:42:47 +0000 (10:42 +0100)
commit6f6d3b10ec8168e2a78cf385d89803397f116397
tree9963975fff501bc8ed9ba41ed6d95d870288bf4f
parent7f8445d9678a1689f470a2614fae398f9b4e7f68
x86/iommu: add missing break

50a498 failed to add a break in the p2m_mmio_direct case, so Xen was still not
adding IOMMU entries for p2m_mmio_direct regions.

Spotted by Coverity.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/p2m.h